summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport
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/picasawebexport
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/picasawebexport')
-rw-r--r--kipi-plugins/picasawebexport/picasaweblogin.cpp4
-rw-r--r--kipi-plugins/picasawebexport/picasaweblogin.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebtalker.cpp4
-rw-r--r--kipi-plugins/picasawebexport/picasawebtalker.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebviewitem.h8
-rw-r--r--kipi-plugins/picasawebexport/picasawebwidget.cpp4
-rw-r--r--kipi-plugins/picasawebexport/picasawebwidget.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebwindow.cpp2
-rw-r--r--kipi-plugins/picasawebexport/picasawebwindow.h2
-rw-r--r--kipi-plugins/picasawebexport/plugin_picasawebexport.cpp8
-rw-r--r--kipi-plugins/picasawebexport/plugin_picasawebexport.h2
11 files changed, 20 insertions, 20 deletions
diff --git a/kipi-plugins/picasawebexport/picasaweblogin.cpp b/kipi-plugins/picasawebexport/picasaweblogin.cpp
index 2d6a275..413a824 100644
--- a/kipi-plugins/picasawebexport/picasaweblogin.cpp
+++ b/kipi-plugins/picasawebexport/picasaweblogin.cpp
@@ -41,9 +41,9 @@
namespace KIPIPicasawebExportPlugin
{
-PicasawebLogin::PicasawebLogin(TQWidget* tqparent, const TQString& header,
+PicasawebLogin::PicasawebLogin(TQWidget* parent, const TQString& header,
const TQString& _name, const TQString& _passwd)
- : TQDialog(tqparent)
+ : TQDialog(parent)
{
setSizeGripEnabled(false);
diff --git a/kipi-plugins/picasawebexport/picasaweblogin.h b/kipi-plugins/picasawebexport/picasaweblogin.h
index 69e0f37..86980d6 100644
--- a/kipi-plugins/picasawebexport/picasaweblogin.h
+++ b/kipi-plugins/picasawebexport/picasaweblogin.h
@@ -40,7 +40,7 @@ class PicasawebLogin : public TQDialog
public:
- PicasawebLogin(TQWidget* tqparent, const TQString& header, const TQString& _name=TQString(),
+ PicasawebLogin(TQWidget* parent, const TQString& header, const TQString& _name=TQString(),
const TQString& _passwd=TQString());
~PicasawebLogin();
diff --git a/kipi-plugins/picasawebexport/picasawebtalker.cpp b/kipi-plugins/picasawebexport/picasawebtalker.cpp
index dd5b3c7..319373c 100644
--- a/kipi-plugins/picasawebexport/picasawebtalker.cpp
+++ b/kipi-plugins/picasawebexport/picasawebtalker.cpp
@@ -82,8 +82,8 @@ class PicasawebLogin;
namespace KIPIPicasawebExportPlugin
{
-PicasawebTalker::PicasawebTalker( TQWidget* tqparent )
- : m_parent( tqparent ), m_job( 0 )
+PicasawebTalker::PicasawebTalker( TQWidget* parent )
+ : m_parent( parent ), m_job( 0 )
{
m_apikey="49d585bafa0758cb5c58ab67198bf632";
m_secret="34b39925e6273ffd";
diff --git a/kipi-plugins/picasawebexport/picasawebtalker.h b/kipi-plugins/picasawebexport/picasawebtalker.h
index 05adacc..e2ca66a 100644
--- a/kipi-plugins/picasawebexport/picasawebtalker.h
+++ b/kipi-plugins/picasawebexport/picasawebtalker.h
@@ -75,7 +75,7 @@ public:
public:
- PicasawebTalker(TQWidget* tqparent);
+ PicasawebTalker(TQWidget* parent);
~PicasawebTalker();
TQValueList <PicasaWebAlbum> * m_albumsList;
diff --git a/kipi-plugins/picasawebexport/picasawebviewitem.h b/kipi-plugins/picasawebexport/picasawebviewitem.h
index bdf1e18..3bb98f4 100644
--- a/kipi-plugins/picasawebexport/picasawebviewitem.h
+++ b/kipi-plugins/picasawebexport/picasawebviewitem.h
@@ -40,11 +40,11 @@ class GAlbumViewItem : public TQListViewItem
public:
- GAlbumViewItem(TQListView* tqparent, const TQString& name, const GAlbum& _album)
- : TQListViewItem(tqparent, name), album(_album) {};
+ GAlbumViewItem(TQListView* parent, const TQString& name, const GAlbum& _album)
+ : TQListViewItem(parent, name), album(_album) {};
- GAlbumViewItem(TQListViewItem* tqparent, const TQString& name, const GAlbum& _album)
- : TQListViewItem(tqparent, name), album(_album) {};
+ GAlbumViewItem(TQListViewItem* parent, const TQString& name, const GAlbum& _album)
+ : TQListViewItem(parent, name), album(_album) {};
~GAlbumViewItem() {};
diff --git a/kipi-plugins/picasawebexport/picasawebwidget.cpp b/kipi-plugins/picasawebexport/picasawebwidget.cpp
index c9096c4..b6c6be9 100644
--- a/kipi-plugins/picasawebexport/picasawebwidget.cpp
+++ b/kipi-plugins/picasawebexport/picasawebwidget.cpp
@@ -52,8 +52,8 @@
namespace KIPIPicasawebExportPlugin
{
-PicasawebWidget::PicasawebWidget(TQWidget* tqparent, const char* name, WFlags fl)
- : UploadWidget(tqparent, name, fl)
+PicasawebWidget::PicasawebWidget(TQWidget* parent, const char* name, WFlags fl)
+ : UploadWidget(parent, name, fl)
{
if ( !name )
setName("PicasawebWidget");
diff --git a/kipi-plugins/picasawebexport/picasawebwidget.h b/kipi-plugins/picasawebexport/picasawebwidget.h
index ca76c30..3a94d5b 100644
--- a/kipi-plugins/picasawebexport/picasawebwidget.h
+++ b/kipi-plugins/picasawebexport/picasawebwidget.h
@@ -52,7 +52,7 @@ class PicasawebWidget : public UploadWidget
public:
- PicasawebWidget(TQWidget* tqparent=0, const char* name=0, WFlags fl= 0);
+ PicasawebWidget(TQWidget* parent=0, const char* name=0, WFlags fl= 0);
~PicasawebWidget();
private slots:
diff --git a/kipi-plugins/picasawebexport/picasawebwindow.cpp b/kipi-plugins/picasawebexport/picasawebwindow.cpp
index 38d7af1..eaa0db4 100644
--- a/kipi-plugins/picasawebexport/picasawebwindow.cpp
+++ b/kipi-plugins/picasawebexport/picasawebwindow.cpp
@@ -80,7 +80,7 @@
namespace KIPIPicasawebExportPlugin
{
-PicasawebWindow::PicasawebWindow(KIPI::Interface* interface, const TQString &tmpFolder, TQWidget* /*tqparent*/)
+PicasawebWindow::PicasawebWindow(KIPI::Interface* interface, const TQString &tmpFolder, TQWidget* /*parent*/)
: KDialogBase(0, 0, false, i18n("Export to Picasa Web Service"), Help|Close, Close, false),
m_tmp(tmpFolder)
{
diff --git a/kipi-plugins/picasawebexport/picasawebwindow.h b/kipi-plugins/picasawebexport/picasawebwindow.h
index fa2c8d7..11d4079 100644
--- a/kipi-plugins/picasawebexport/picasawebwindow.h
+++ b/kipi-plugins/picasawebexport/picasawebwindow.h
@@ -81,7 +81,7 @@ class PicasawebWindow : public KDialogBase
public:
- PicasawebWindow(KIPI::Interface *interface, const TQString &tmpFolder,TQWidget *tqparent);
+ PicasawebWindow(KIPI::Interface *interface, const TQString &tmpFolder,TQWidget *parent);
~PicasawebWindow();
void getToken(TQString& username, TQString& password);
diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
index 01eae69..81e4642 100644
--- a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
+++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
@@ -53,8 +53,8 @@ typedef KGenericFactory<Plugin_PicasawebExport> Factory;
K_EXPORT_COMPONENT_FACTORY(kipiplugin_picasawebexport, Factory("kipiplugin_picasawebexport"))
-Plugin_PicasawebExport::Plugin_PicasawebExport(TQObject *tqparent, const char*, const TQStringList&)
- : KIPI::Plugin(Factory::instance(), tqparent, "PicasawebExport")
+Plugin_PicasawebExport::Plugin_PicasawebExport(TQObject *parent, const char*, const TQStringList&)
+ : KIPI::Plugin(Factory::instance(), parent, "PicasawebExport")
{
kdDebug(51001) << "Plugin_PicasawebExport plugin loaded" << endl;
}
@@ -71,7 +71,7 @@ void Plugin_PicasawebExport::setup(TQWidget* widget)
actionCollection(),
"picasawebexport");
- KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(tqparent());
+ KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(parent());
if (!interface)
{
@@ -90,7 +90,7 @@ Plugin_PicasawebExport::~Plugin_PicasawebExport()
void Plugin_PicasawebExport::slotActivate()
{
- KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(tqparent());
+ KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(parent());
if (!interface)
{
kdError(51000) << "Kipi interface is null!" << endl;
diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.h b/kipi-plugins/picasawebexport/plugin_picasawebexport.h
index 4ac156d..5de3af3 100644
--- a/kipi-plugins/picasawebexport/plugin_picasawebexport.h
+++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.h
@@ -42,7 +42,7 @@ class Plugin_PicasawebExport : public KIPI::Plugin
public:
- Plugin_PicasawebExport(TQObject *tqparent, const char* name, const TQStringList &args);
+ Plugin_PicasawebExport(TQObject *parent, const char* name, const TQStringList &args);
~Plugin_PicasawebExport();
virtual KIPI::Category category(KAction* action) const;