summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/oblique/menu.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
commit90363652674deb94cd07057428b24fcb1735dbce (patch)
tree35013223cb731f194f8584cc1c06a023c3c75c85 /noatun-plugins/oblique/menu.h
parent627b091fad9df13695f249588e8a58f524eda0fa (diff)
downloadtdeaddons-90363652674deb94cd07057428b24fcb1735dbce.tar.gz
tdeaddons-90363652674deb94cd07057428b24fcb1735dbce.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins/oblique/menu.h')
-rw-r--r--noatun-plugins/oblique/menu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun-plugins/oblique/menu.h b/noatun-plugins/oblique/menu.h
index 1c12fa7..e6adbac 100644
--- a/noatun-plugins/oblique/menu.h
+++ b/noatun-plugins/oblique/menu.h
@@ -21,11 +21,11 @@ Q_OBJECT
TQValueList<File> mFiles;
public:
- FileMenu(TQWidget *tqparent, Oblique *oblique, File file);
+ FileMenu(TQWidget *parent, Oblique *oblique, File file);
/**
* @recursively uses everything under @p files
**/
- FileMenu(TQWidget *tqparent, Oblique *oblique, TreeItem *files);
+ FileMenu(TQWidget *parent, Oblique *oblique, TreeItem *files);
private slots:
void removeFromList();
@@ -45,7 +45,7 @@ public:
SliceListAction(
const TQString &text, Oblique *oblique,
TQObject *reciever, const char *slot,
- const TQValueList<File> &files = TQValueList<File>(), TQObject *tqparent=0, const char *name=0
+ const TQValueList<File> &files = TQValueList<File>(), TQObject *parent=0, const char *name=0
);
signals:
@@ -68,7 +68,7 @@ public:
SchemaListAction(
const TQString &text,
TQObject *reciever, const char *slot,
- TQObject *tqparent, const char *name
+ TQObject *parent, const char *name
);
void setTree(Tree *tree) { mTree = tree; }
@@ -89,7 +89,7 @@ Q_OBJECT
TQValueList<File> mFiles;
public:
- ObliquePropertiesDialog(const TQValueList<File> &files, TQWidget *tqparent);
+ ObliquePropertiesDialog(const TQValueList<File> &files, TQWidget *parent);
private:
static KFileItemList makeItems(const TQValueList<File> &files);