summaryrefslogtreecommitdiffstats
path: root/kdesktop/KDesktopIface.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 /kdesktop/KDesktopIface.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 'kdesktop/KDesktopIface.h')
-rw-r--r--kdesktop/KDesktopIface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdesktop/KDesktopIface.h b/kdesktop/KDesktopIface.h
index bbd1852ab..1aa90e538 100644
--- a/kdesktop/KDesktopIface.h
+++ b/kdesktop/KDesktopIface.h
@@ -2,7 +2,7 @@
#ifndef __KDesktopIface_h__
#define __KDesktopIface_h__
-#include <qstringlist.h>
+#include <tqstringlist.h>
#include <dcopobject.h>
#include <dcopref.h>
@@ -44,7 +44,7 @@ k_dcop:
/**
* @return the urls of selected icons
*/
- virtual QStringList selectedURLs() = 0;
+ virtual TQStringList selectedURLs() = 0;
/**
* Re-read KDesktop's configuration
@@ -58,7 +58,7 @@ k_dcop:
* Display the "Run Command" dialog (minicli) and prefill
* @since 3.4
*/
- virtual void popupExecuteCommand(const QString& command) = 0;
+ virtual void popupExecuteCommand(const TQString& command) = 0;
/**
* Get the background dcop interface (KBackgroundIface)
*/
@@ -106,7 +106,7 @@ k_dcop:
* slot for kicker; called when the number or size of panels change the available
* space for desktop icons
*/
- virtual void desktopIconsAreaChanged(const QRect &area, int screen) = 0;
+ virtual void desktopIconsAreaChanged(const TQRect &area, int screen) = 0;
};
#endif