summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/ktagcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/ktagcombobox.h')
-rw-r--r--keduca/keducabuilder/ktagcombobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/ktagcombobox.h b/keduca/keducabuilder/ktagcombobox.h
index ef0042ec..6bfe636a 100644
--- a/keduca/keducabuilder/ktagcombobox.h
+++ b/keduca/keducabuilder/ktagcombobox.h
@@ -42,7 +42,7 @@ class KTagComboBox : public TQComboBox
TQ_OBJECT
public:
- KTagComboBox(TQWidget *tqparent=0, const char *name=0);
+ KTagComboBox(TQWidget *parent=0, const char *name=0);
~KTagComboBox();
void insertItem(const TQIconSet& icon, const TQString &text, const TQString &tag, const TQString &submenu = TQString(), int index=-1 );