summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/kbbprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/kbbprefs.h')
-rw-r--r--kbugbuster/backend/kbbprefs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kbugbuster/backend/kbbprefs.h b/kbugbuster/backend/kbbprefs.h
index 64d7f20d..3c883e7e 100644
--- a/kbugbuster/backend/kbbprefs.h
+++ b/kbugbuster/backend/kbbprefs.h
@@ -24,7 +24,7 @@
#ifndef KBBPREFS_H
#define KBBPREFS_H
-#include <qmap.h>
+#include <tqmap.h>
#include <kconfigskeleton.h>
@@ -54,29 +54,29 @@ class KBBPrefs : public KConfigSkeleton
public:
int mRecentPackagesCount;
- QValueList<int> mSplitter1;
- QValueList<int> mSplitter2;
+ TQValueList<int> mSplitter1;
+ TQValueList<int> mSplitter2;
int mMailClient;
bool mShowClosedBugs;
bool mShowWishes;
bool mSendBCC;
- QString mOverrideRecipient;
+ TQString mOverrideRecipient;
bool mShowVoted;
int mMinVotes;
int mWrapColumn;
- QMap<QString,QString> mMessageButtons;
+ TQMap<TQString,TQString> mMessageButtons;
int mMsgDlgWidth;
int mMsgDlgHeight;
- QValueList<int> mMsgDlgSplitter;
+ TQValueList<int> mMsgDlgSplitter;
bool mDebugMode;
- QString mCurrentServer;
+ TQString mCurrentServer;
};
#endif