diff options
Diffstat (limited to 'kregexpeditor/util.h')
-rw-r--r-- | kregexpeditor/util.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kregexpeditor/util.h b/kregexpeditor/util.h index a3b406e..27a9dab 100644 --- a/kregexpeditor/util.h +++ b/kregexpeditor/util.h @@ -19,15 +19,15 @@ #ifndef UTIL_H #define UTIL_H -#include <qpixmap.h> -#include <qiconset.h> +#include <tqpixmap.h> +#include <tqiconset.h> class Util { public: - static QPixmap getKRegExpEditorIcon( const QString& name ); - static QPixmap getSystemIcon( const QString& name ); - static QIconSet getSystemIconSet( const QString& name ); + static TQPixmap getKRegExpEditorIcon( const TQString& name ); + static TQPixmap getSystemIcon( const TQString& name ); + static TQIconSet getSystemIconSet( const TQString& name ); }; #endif // UTIL_H |