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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/kmrml/algorithmcombo.h b/kmrml/kmrml/algorithmcombo.h
index 3e151933..8138b47a 100644
--- a/kmrml/kmrml/algorithmcombo.h
+++ b/kmrml/kmrml/algorithmcombo.h
@@ -31,7 +31,7 @@ namespace KMrml
Q_OBJECT
public:
- AlgorithmCombo( QWidget *parent, const char *name = 0 );
+ AlgorithmCombo( TQWidget *parent, const char *name = 0 );
~AlgorithmCombo();
void setAlgorithms( const AlgorithmList * algorithms );
@@ -43,7 +43,7 @@ namespace KMrml
void selected( const Algorithm& );
private slots:
- void slotActivated( const QString& );
+ void slotActivated( const TQString& );
private:
const AlgorithmList *m_algorithms;