diff options
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(); |