summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/behavior/behaviorconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/behavior/behaviorconfig.h')
-rw-r--r--kopete/kopete/config/behavior/behaviorconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/config/behavior/behaviorconfig.h b/kopete/kopete/config/behavior/behaviorconfig.h
index 5a981784..8fead0ed 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.h
+++ b/kopete/kopete/config/behavior/behaviorconfig.h
@@ -37,7 +37,7 @@ class BehaviorConfig : public KCModule
Q_OBJECT
public:
- BehaviorConfig(QWidget *parent, const char * name , const QStringList &args) ;
+ BehaviorConfig(TQWidget *parent, const char * name , const TQStringList &args) ;
virtual void save();
virtual void load();
@@ -46,15 +46,15 @@ class BehaviorConfig : public KCModule
void slotSettingsChanged(bool);
void slotValueChanged(int);
void slotUpdatePluginLabel(int);
- void slotTextChanged(const QString&);
+ void slotTextChanged(const TQString&);
private:
- QTabWidget* mBehaviorTabCtl;
+ TQTabWidget* mBehaviorTabCtl;
BehaviorConfig_General *mPrfsGeneral;
BehaviorConfig_Events *mPrfsEvents;
BehaviorConfig_Chat *mPrfsChat;
KopeteAwayConfigBaseUI *mAwayConfigUI;
- QValueList<KPluginInfo*> viewPlugins;
+ TQValueList<KPluginInfo*> viewPlugins;
Kopete::Away* awayInstance;
};
#endif