diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:51 +0200 |
commit | 7b3be82ee4817e80ffb1f2516f97d0255dfed13e (patch) | |
tree | 586672ec232283edad72315130211eecabf71a1c /plugins | |
parent | 4a603f31d7fb0505394c633ffb17bb4141b46fc9 (diff) | |
download | kbfx-7b3be82ee4817e80ffb1f2516f97d0255dfed13e.tar.gz kbfx-7b3be82ee4817e80ffb1f2516f97d0255dfed13e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/common/kbfxplasmadataplugin-common.h | 2 | ||||
-rw-r--r-- | plugins/strigi/kbfxstrigiplugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common/kbfxplasmadataplugin-common.h b/plugins/common/kbfxplasmadataplugin-common.h index 8777216..699cd61 100644 --- a/plugins/common/kbfxplasmadataplugin-common.h +++ b/plugins/common/kbfxplasmadataplugin-common.h @@ -29,7 +29,7 @@ extern "C" // static TQString check = "Static Check for Plugin"; KbfxDataStack * view(); TQString name(); //Name of the Plugin My Music .if TOM Create..Configure .. - TQString type(); //Type of the plugin ex: Application : Amork : kio ..etc + TQString type(); //Type of the plugin ex: Application : Amork : tdeio ..etc uint id(); //A id for menus KbfxDataGroup * search ( TQString str ); } diff --git a/plugins/strigi/kbfxstrigiplugin.h b/plugins/strigi/kbfxstrigiplugin.h index 5028593..b0707f8 100644 --- a/plugins/strigi/kbfxstrigiplugin.h +++ b/plugins/strigi/kbfxstrigiplugin.h @@ -33,7 +33,7 @@ extern "C" { KbfxDataStack * view(); TQString name(); //Name of the Plugin My Music .if TOM Create..Configure .. - TQString type(); //Type of the plugin ex: Application : Amork : kio ..etc + TQString type(); //Type of the plugin ex: Application : Amork : tdeio ..etc uint id(); //A id for menus KbfxDataGroup * search ( TQString str ); // KbfxPlasmaCanvasGroup * search(TQString _keyword,TQCanvas * canvas); //search and return a group |