summaryrefslogtreecommitdiffstats
path: root/plugins/common/kbfxplasmadataplugin-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common/kbfxplasmadataplugin-common.h')
-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