summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitea3848d71d9559414d14d0a8b8bb1ebb684f46c2 (patch)
tree859d20a007be94df4bf0b78cdf3720bfee903892 /kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
parent94ec53c96c3d5dc4a427e7dc4bbaa863add5cfa4 (diff)
downloadkipi-plugins-ea3848d71d9559414d14d0a8b8bb1ebb684f46c2.tar.gz
kipi-plugins-ea3848d71d9559414d14d0a8b8bb1ebb684f46c2.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/kipi-plugins@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kipi-plugins/simpleviewerexport/simpleviewerexport.cpp')
-rw-r--r--kipi-plugins/simpleviewerexport/simpleviewerexport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
index 870cbe3..2a64ab6 100644
--- a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
+++ b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
@@ -79,9 +79,9 @@ namespace KIPISimpleViewerExportPlugin
const int maxThumbSize = 45;
const TQString viewer("viewer.swf");
-void SimpleViewerExport::run(KIPI::Interface* interface, TQObject *tqparent)
+void SimpleViewerExport::run(KIPI::Interface* interface, TQObject *parent)
{
- SimpleViewerExport *plugin = new SimpleViewerExport(interface, tqparent);
+ SimpleViewerExport *plugin = new SimpleViewerExport(interface, parent);
if(!plugin->checkSimpleViewer())
{
@@ -98,8 +98,8 @@ void SimpleViewerExport::run(KIPI::Interface* interface, TQObject *tqparent)
delete plugin;
}
-SimpleViewerExport::SimpleViewerExport(KIPI::Interface* interface, TQObject *tqparent)
- : TQObject(tqparent)
+SimpleViewerExport::SimpleViewerExport(KIPI::Interface* interface, TQObject *parent)
+ : TQObject(parent)
{
m_interface = interface;
m_configDlg = 0;