From 421b60af92c83b889f8903c2898f2bd07186fcd8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 5 May 2011 22:07:15 +0000 Subject: TQt4 port kbfx This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1230544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/common/kbfxplasmadataplugin-common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/common/kbfxplasmadataplugin-common.h') diff --git a/plugins/common/kbfxplasmadataplugin-common.h b/plugins/common/kbfxplasmadataplugin-common.h index d446ef8..8777216 100644 --- a/plugins/common/kbfxplasmadataplugin-common.h +++ b/plugins/common/kbfxplasmadataplugin-common.h @@ -26,12 +26,12 @@ extern "C" { -// static QString check = "Static Check for Plugin"; +// static TQString check = "Static Check for Plugin"; KbfxDataStack * view(); - QString name(); //Name of the Plugin My Music .if TOM Create..Configure .. - QString type(); //Type of the plugin ex: Application : Amork : kio ..etc + TQString name(); //Name of the Plugin My Music .if TOM Create..Configure .. + TQString type(); //Type of the plugin ex: Application : Amork : kio ..etc uint id(); //A id for menus - KbfxDataGroup * search ( QString str ); + KbfxDataGroup * search ( TQString str ); } #endif -- cgit v1.2.3