diff options
Diffstat (limited to 'src/otrpreferences.h')
-rw-r--r-- | src/otrpreferences.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/otrpreferences.h b/src/otrpreferences.h index 0de6d5d..6848e89 100644 --- a/src/otrpreferences.h +++ b/src/otrpreferences.h @@ -31,15 +31,16 @@ class OTRPreferences : public KCModule { Q_OBJECT + TQ_OBJECT public: - OTRPreferences(QWidget *parent = 0, const char *name = 0, const QStringList &args = QStringList()); + OTRPreferences(TQWidget *tqparent = 0, const char *name = 0, const TQStringList &args = TQStringList()); ~OTRPreferences(); private: OTRPrefsUI *preferencesDialog; OtrlConfInterface *otrlConfInterface; - QMap<int, int> privKeys; + TQMap<int, int> privKeys; private slots: // Public slots void generateFingerprint(); @@ -52,10 +53,10 @@ private slots: // Public slots }; -class QAlignTableItem : public QTableItem { +class TQAlignTableItem : public TQTableItem { public : - QAlignTableItem(QTable *table, EditType editType, const QString& text, int alignment); + TQAlignTableItem(TQTable *table, EditType editType, const TQString& text, int tqalignment); private : int align; |