summaryrefslogtreecommitdiffstats
path: root/plugins/common
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-05 22:07:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-05 22:07:15 +0000
commit421b60af92c83b889f8903c2898f2bd07186fcd8 (patch)
treead873a24c9438baed4942fda795430a4c3dc9a9a /plugins/common
parent39e896bddf25bf34cbf8be814d959181e2c1d1dd (diff)
downloadkbfx-421b60af92c83b889f8903c2898f2bd07186fcd8.tar.gz
kbfx-421b60af92c83b889f8903c2898f2bd07186fcd8.zip
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
Diffstat (limited to 'plugins/common')
-rw-r--r--plugins/common/kbfxplasmadataplugin-common.h8
1 files changed, 4 insertions, 4 deletions
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