summaryrefslogtreecommitdiffstats
path: root/plugin/smb4k_konqplugin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:05 -0600
commit57b3f979afe5dde48418b92a6c8e8e7ce6a2432f (patch)
treee646b993b6d3c76472c2586f189af737f2e5e58e /plugin/smb4k_konqplugin.h
parent2d61c9d5657f81f98a8a6bad2494a3b49b7e8e99 (diff)
downloadsmb4k-57b3f979afe5dde48418b92a6c8e8e7ce6a2432f.tar.gz
smb4k-57b3f979afe5dde48418b92a6c8e8e7ce6a2432f.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'plugin/smb4k_konqplugin.h')
-rw-r--r--plugin/smb4k_konqplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/smb4k_konqplugin.h b/plugin/smb4k_konqplugin.h
index e15bde1..8e49512 100644
--- a/plugin/smb4k_konqplugin.h
+++ b/plugin/smb4k_konqplugin.h
@@ -65,7 +65,7 @@ public:
* @param desktopName The filename of the configuration file.
* @param name A TQt object name for your plugin.
**/
- KonqSidebar_Smb4K(KInstance *inst,TQObject *parent,TQWidget *widgetParent, TQString &desktopName, const char* name=0);
+ KonqSidebar_Smb4K(TDEInstance *inst,TQObject *parent,TQWidget *widgetParent, TQString &desktopName, const char* name=0);
/** destructor */
~KonqSidebar_Smb4K();