From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/konsole/schemaeditor.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kcontrol/konsole/schemaeditor.h') diff --git a/kcontrol/konsole/schemaeditor.h b/kcontrol/konsole/schemaeditor.h index 550f51762..9b17f169d 100644 --- a/kcontrol/konsole/schemaeditor.h +++ b/kcontrol/konsole/schemaeditor.h @@ -23,7 +23,7 @@ #endif #include -#include +#include class QPixmap; class KSharedPixmap; @@ -35,18 +35,18 @@ class SchemaEditor : public SchemaDialog Q_OBJECT public: /** constructor */ - SchemaEditor(QWidget* parent=0, const char *name=0); + SchemaEditor(TQWidget* parent=0, const char *name=0); /** destructor */ ~SchemaEditor(); - QString schema(); - void setSchema(QString); + TQString schema(); + void setSchema(TQString); bool isModified() const { return schMod; } void querySave(); signals: void changed(); - void schemaListChanged(const QStringList &titles, const QStringList &filenames); + void schemaListChanged(const TQStringList &titles, const TQStringList &filenames); public slots: void slotColorChanged(int); @@ -60,23 +60,23 @@ class SchemaEditor : public SchemaDialog private slots: void show(); void schemaModified(); - void loadAllSchema(QString currentFile=""); + void loadAllSchema(TQString currentFile=""); void updatePreview(); private: bool schMod; - QMemArray color; - QMemArray type; // 0= custom, 1= sysfg, 2=sysbg, 3=rcolor - QMemArray transparent; - QMemArray bold; - QPixmap pix; + TQMemArray color; + TQMemArray type; // 0= custom, 1= sysfg, 2=sysbg, 3=rcolor + TQMemArray transparent; + TQMemArray bold; + TQPixmap pix; KSharedPixmap *spix; - QString defaultSchema; + TQString defaultSchema; bool loaded; bool schemaLoaded; bool change; int oldSchema; int oldSlot; - QString readSchemaTitle(const QString& filename); + TQString readSchemaTitle(const TQString& filename); void schemaListChanged(); }; -- cgit v1.2.1