summaryrefslogtreecommitdiffstats
path: root/kbarcode/smalldialogs.h
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
commite295fa9ed9bf0a1ce153cd3e92a6fc24b9316933 (patch)
tree5c70aff00550c3512d6ec34ef333e0944a08db20 /kbarcode/smalldialogs.h
parent33038ab0e8b8e7fb05093f953e4f6f724c6e2482 (diff)
downloadkbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.tar.gz
kbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbarcode/smalldialogs.h')
-rw-r--r--kbarcode/smalldialogs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/smalldialogs.h b/kbarcode/smalldialogs.h
index 228450c..3805231 100644
--- a/kbarcode/smalldialogs.h
+++ b/kbarcode/smalldialogs.h
@@ -31,7 +31,7 @@ namespace DSSmallDialogs {
Q_OBJECT
TQ_OBJECT
public:
- AddAllDialog(TQWidget *tqparent=0, const char *name=0);
+ AddAllDialog(TQWidget *parent=0, const char *name=0);
TQString groupName() const;
int numberLabels() const;
@@ -45,8 +45,8 @@ namespace DSSmallDialogs {
Q_OBJECT
TQ_OBJECT
public:
- AddItemsDialog( TQWidget* tqparent = 0, const char* name = 0 );
- AddItemsDialog( const TQString & a, const TQString & g, int c, TQWidget* tqparent = 0, const char* name = 0 );
+ AddItemsDialog( TQWidget* parent = 0, const char* name = 0 );
+ AddItemsDialog( const TQString & a, const TQString & g, int c, TQWidget* parent = 0, const char* name = 0 );
void setGroupCompletion( KCompletion* c );