From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdesktop/KDesktopIface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdesktop/KDesktopIface.h') 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 +#include #include #include @@ -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 -- cgit v1.2.3