diff options
author | Slávek Banko <[email protected]> | 2016-03-25 20:06:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-25 20:06:45 +0100 |
commit | 88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch) | |
tree | b9a917fd3a40988e6e0134490f5357e5335c1c70 /sidebar/baghirasidebar.h | |
parent | 2ee99ab520931c5efe91123c85ba10064a45e95d (diff) | |
download | tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.tar.gz tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'sidebar/baghirasidebar.h')
-rw-r--r-- | sidebar/baghirasidebar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sidebar/baghirasidebar.h b/sidebar/baghirasidebar.h index d0b9929..7591cf7 100644 --- a/sidebar/baghirasidebar.h +++ b/sidebar/baghirasidebar.h @@ -7,10 +7,10 @@ #endif #include <konqsidebarplugin.h> -#include <kconfig.h> +#include <tdeconfig.h> class LinkView; -class KListBox; +class TDEListBox; class TQListBoxItem; class baghiraSidebar : public KonqSidebarPlugin @@ -27,7 +27,7 @@ public: * @param desktopName The filename of the configuration file. * @param name A TQt object name for your plugin. **/ - baghiraSidebar(KInstance *inst,TQObject *parent, TQWidget *widgetParent, TQString &desktopName, const char* name=0); + baghiraSidebar(TDEInstance *inst,TQObject *parent, TQWidget *widgetParent, TQString &desktopName, const char* name=0); /** destructor */ ~baghiraSidebar(); |