diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 28f6332246d09f5cef4242a8b5269a490965afcd (patch) | |
tree | e1428f43f5fc14fc8eafae569ff01222a998334f /src/kdmtheme.cpp | |
parent | 2b68fbb8009068b07eabe253cc02b8c2ebadfb86 (diff) | |
download | tdmtheme-28f6332246d09f5cef4242a8b5269a490965afcd.tar.gz tdmtheme-28f6332246d09f5cef4242a8b5269a490965afcd.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdmtheme@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kdmtheme.cpp')
-rw-r--r-- | src/kdmtheme.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kdmtheme.cpp b/src/kdmtheme.cpp index e5820f1..06acd0a 100644 --- a/src/kdmtheme.cpp +++ b/src/kdmtheme.cpp @@ -48,7 +48,7 @@ class ThemeData : public TQListViewItem { public: - ThemeData( TQListView *tqparent = 0 ) : TQListViewItem( tqparent ) {} + ThemeData( TQListView *parent = 0 ) : TQListViewItem( parent ) {} TQString name; TQString path; @@ -60,8 +60,8 @@ class ThemeData : public TQListViewItem { typedef KGenericFactory<KDMThemeWidget, TQWidget> kdmthemeFactory; K_EXPORT_COMPONENT_FACTORY( kcm_kdmtheme, kdmthemeFactory("kcmkdmtheme")) -KDMThemeWidget::KDMThemeWidget( TQWidget *tqparent, const char *name, const TQStringList& ) - : KCModule(tqparent, name), config( 0L ) +KDMThemeWidget::KDMThemeWidget( TQWidget *parent, const char *name, const TQStringList& ) + : KCModule(parent, name), config( 0L ) { TQGridLayout *ml = new TQGridLayout( this ); ml->setSpacing( KDialog::spacingHint() ); |