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 --- kwin/notifications.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kwin/notifications.h') diff --git a/kwin/notifications.h b/kwin/notifications.h index dd7c79323..8d50cb1fe 100644 --- a/kwin/notifications.h +++ b/kwin/notifications.h @@ -13,8 +13,8 @@ License. See the file "COPYING" for the exact licensing terms. #define KWIN_NOTIFICATIONS_H #include -#include -#include +#include +#include namespace KWinInternal { @@ -50,18 +50,18 @@ class Notify DesktopChange = 100 }; - static bool raise( Event, const QString& message = QString::null, Client* c = NULL ); + static bool raise( Event, const TQString& message = TQString::null, Client* c = NULL ); static bool makeDemandAttention( Event ); static void sendPendingEvents(); private: - static QString eventToName( Event ); + static TQString eventToName( Event ); struct EventData { - QString event; - QString message; + TQString event; + TQString message; long window; }; - static QValueList< EventData > pending_events; + static TQValueList< EventData > pending_events; }; } // namespace -- cgit v1.2.3