diff options
Diffstat (limited to 'kdesktop/KDesktopIface.h')
-rw-r--r-- | kdesktop/KDesktopIface.h | 8 |
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 |