summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/klangcombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/klangcombo.h')
-rw-r--r--keduca/keducabuilder/klangcombo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/keduca/keducabuilder/klangcombo.h b/keduca/keducabuilder/klangcombo.h
index 2aca5753..0dc13d01 100644
--- a/keduca/keducabuilder/klangcombo.h
+++ b/keduca/keducabuilder/klangcombo.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 1999-2000 Hans Petter Bieker <bieker@kde.org>
*
- * Requires the Qt widget libraries, available at no cost at
+ * Requires the TQt widget libraries, available at no cost at
* http://www.troll.no/
*
* This program is free software; you can redistribute it and/or modify
@@ -35,12 +35,13 @@
class KLanguageCombo : public KTagComboBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- KLanguageCombo(TQWidget *parent=0, const char *name=0);
+ KLanguageCombo(TQWidget *tqparent=0, const char *name=0);
~KLanguageCombo();
- void insertLanguage(const TQString& path, const TQString& name, const TQString& sub = TQString::null, const TQString &submenu = TQString::null);
+ void insertLanguage(const TQString& path, const TQString& name, const TQString& sub = TQString(), const TQString &submenu = TQString());
void changeLanguage(const TQString& name, int i);
};