Skip to content
Snippets Groups Projects
Commit 47f3645c authored by Fons Rademakers's avatar Fons Rademakers
Browse files

convert from DOS to Unix line endings.

git-svn-id: http://root.cern.ch/svn/root/trunk@14586 27541ba8-7e3a-0410-8455-c3a389f83636
parent c77be152
Branches
Tags
No related merge requests found
// @(#)root/qt:$Name: $:$Id: TGQt.h,v 1.13 2005/12/01 14:30:46 brun Exp $ // @(#)root/qt:$Name: $:$Id: TGQt.h,v 1.14 2006/03/24 15:31:10 antcheva Exp $
// Author: Valeri Fine 21/01/2002 // Author: Valeri Fine 21/01/2002
/************************************************************************* /*************************************************************************
...@@ -250,11 +250,11 @@ public: ...@@ -250,11 +250,11 @@ public:
static QString QtFileFormat(const QString &selector); static QString QtFileFormat(const QString &selector);
#endif #endif
#ifndef Q_MOC_RUN #ifndef Q_MOC_RUN
//MOC_SKIP_BEGIN //MOC_SKIP_BEGIN
ClassDef(TGQt,0) //Interface to Qt GUI ClassDef(TGQt,0) //Interface to Qt GUI
//MOC_SKIP_END //MOC_SKIP_END
#endif #endif
}; };
......
// @(#)root/qt:$Name: $:$Id: TQMimeTypes.h,v 1.3 2005/03/01 07:24:01 brun Exp $ // @(#)root/qt:$Name: $:$Id: TQMimeTypes.h,v 1.4 2006/03/24 15:31:10 antcheva Exp $
// Author: Valeri Fine 21/01/2003 // Author: Valeri Fine 21/01/2003
/************************************************************************* /*************************************************************************
...@@ -114,11 +114,11 @@ public: ...@@ -114,11 +114,11 @@ public:
#endif /* QT_VERSION */ #endif /* QT_VERSION */
#ifndef Q_MOC_RUN #ifndef Q_MOC_RUN
//MOC_SKIP_BEGIN //MOC_SKIP_BEGIN
ClassDef(TQMimeTypes,0) // Pool of mime type objects ClassDef(TQMimeTypes,0) // Pool of mime type objects
//MOC_SKIP_END //MOC_SKIP_END
#endif #endif
}; };
#endif #endif
// @(#)root/qt:$Name: $:$Id: TQtEmitter.h,v 1.1 2006/01/06 20:33:50 fine Exp $ // @(#)root/qt:$Name: $:$Id: TQtEmitter.h,v 1.1 2006/03/24 15:31:10 antcheva Exp $
// Author: Valeri Fine 06/01/2006 // Author: Valeri Fine 06/01/2006
/**************************************************************************** /****************************************************************************
** **
...@@ -21,18 +21,18 @@ ...@@ -21,18 +21,18 @@
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#include "TQtRConfig.h" #include "TQtRConfig.h"
#ifndef __CINT__ #ifndef __CINT__
#include <qobject.h> #include <qobject.h>
class TQtEmitter : public QObject { class TQtEmitter : public QObject {
Q_OBJECT Q_OBJECT
private: private:
friend class TGQt; friend class TGQt;
void EmitPadPainted(QPixmap *p) { emit padPainted(p);} void EmitPadPainted(QPixmap *p) { emit padPainted(p);}
protected: protected:
TQtEmitter& operator=(const TQtEmitter&); // AXEL: intentionally not implementedpublic: TQtEmitter& operator=(const TQtEmitter&); // AXEL: intentionally not implementedpublic:
TQtEmitter(){}; TQtEmitter(){};
signals: signals:
void padPainted(QPixmap *p); void padPainted(QPixmap *p);
}; };
#endif #endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment