summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kospage.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kpersonalizer/kospage.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer/kospage.h')
-rw-r--r--kpersonalizer/kospage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpersonalizer/kospage.h b/kpersonalizer/kospage.h
index 05756e887..b28719dc1 100644
--- a/kpersonalizer/kospage.h
+++ b/kpersonalizer/kospage.h
@@ -28,7 +28,7 @@
class KOSPage : public KOSPageDlg {
Q_OBJECT
public:
- KOSPage(QWidget *parent=0, const char *name=0);
+ KOSPage(TQWidget *parent=0, const char *name=0);
~KOSPage();
void save(bool currSettings=true);
void saveCheckState(bool currSettings);
@@ -36,7 +36,7 @@ public:
void writeUNIX();
void writeWindows();
void writeMacOS();
- void writeKeyEntrys(QString keyfile);
+ void writeKeyEntrys(TQString keyfile);
void writeUserKeys();
void writeUserDefaults();
/** retrieve the user's local values */
@@ -50,7 +50,7 @@ public:
signals: // Signals
/** emits either of: KDE, CDE, win or mac in save() depending
on the selection made by the user. */
- void selectedOS(const QString&);
+ void selectedOS(const TQString&);
private:
KConfig* cglobal;
KConfig* claunch;
@@ -66,7 +66,7 @@ private:
b_DesktopUnderline, b_KonqUnderline, b_ChangeCursor, b_syncClipboards;
QString s_TitlebarDCC, s_FocusPolicy, s_AltTabStyle, s_MMB,
s_TitlebarMMB, s_TitlebarRMB;
- QMap<QString, QString> map_AppUserKeys, map_GlobalUserKeys;
+ TQMap<TQString, TQString> map_AppUserKeys, map_GlobalUserKeys;
// DEFAULT VALLUES SET BY USER (END)
};
#endif