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 --- kioslave/system/kdedmodule/systemdirnotifymodule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslave/system/kdedmodule/systemdirnotifymodule.cpp') diff --git a/kioslave/system/kdedmodule/systemdirnotifymodule.cpp b/kioslave/system/kdedmodule/systemdirnotifymodule.cpp index 36c46fcd0..b89daf129 100644 --- a/kioslave/system/kdedmodule/systemdirnotifymodule.cpp +++ b/kioslave/system/kdedmodule/systemdirnotifymodule.cpp @@ -22,13 +22,13 @@ #include #include -SystemDirNotifyModule::SystemDirNotifyModule(const QCString &obj) +SystemDirNotifyModule::SystemDirNotifyModule(const TQCString &obj) : KDEDModule(obj) { } extern "C" { - KDE_EXPORT KDEDModule *create_systemdirnotify(const QCString &obj) + KDE_EXPORT KDEDModule *create_systemdirnotify(const TQCString &obj) { KGlobal::locale()->insertCatalogue("kio_system"); return new SystemDirNotifyModule(obj); -- cgit v1.2.1