summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/algorithmcombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/algorithmcombo.h')
-rw-r--r--kmrml/kmrml/algorithmcombo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmrml/kmrml/algorithmcombo.h b/kmrml/kmrml/algorithmcombo.h
index 8138b47a..082780b4 100644
--- a/kmrml/kmrml/algorithmcombo.h
+++ b/kmrml/kmrml/algorithmcombo.h
@@ -29,9 +29,10 @@ namespace KMrml
class AlgorithmCombo : public KComboBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- AlgorithmCombo( TQWidget *parent, const char *name = 0 );
+ AlgorithmCombo( TQWidget *tqparent, const char *name = 0 );
~AlgorithmCombo();
void setAlgorithms( const AlgorithmList * algorithms );