diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-27 18:42:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-27 18:42:32 +0000 |
commit | c625fb33d2ad82ecfe512326b53bb9abf10e9036 (patch) | |
tree | e7688c321620b4756ae1f6f2a67006b7edbb90f1 /karbon/plugins/whirlpinch/whirlpinchplugin.cc | |
parent | bda1ab47e26ffa7e28e738b073fb46067e709d49 (diff) | |
download | koffice-c625fb33d2ad82ecfe512326b53bb9abf10e9036.tar.gz koffice-c625fb33d2ad82ecfe512326b53bb9abf10e9036.zip |
Fix koffice Qt4 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238530 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'karbon/plugins/whirlpinch/whirlpinchplugin.cc')
-rw-r--r-- | karbon/plugins/whirlpinch/whirlpinchplugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.cc b/karbon/plugins/whirlpinch/whirlpinchplugin.cc index f26fd091..6795f9d6 100644 --- a/karbon/plugins/whirlpinch/whirlpinchplugin.cc +++ b/karbon/plugins/whirlpinch/whirlpinchplugin.cc @@ -38,7 +38,7 @@ typedef KGenericFactory<WhirlPinchPlugin, KarbonView> WhirlPinchPluginFactory; K_EXPORT_COMPONENT_FACTORY( karbon_whirlpinchplugin, WhirlPinchPluginFactory( "karbonwhirlpinchplugin" ) ) -WhirlPinchPlugin::WhirlPinchPlugin( KarbonView *tqparent, const char* name, const TQStringList & ) : Plugin( tqparent, name ) +WhirlPinchPlugin::WhirlPinchPlugin( KarbonView *tqparent, const char* name, const TQStringList & ) : Plugin( TQT_TQOBJECT(tqparent), name ) { new KAction( i18n( "&Whirl/Pinch..." ), "14_whirl", 0, this, |