summaryrefslogtreecommitdiffstats
path: root/quanta/messages/annotationoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/messages/annotationoutput.h')
-rw-r--r--quanta/messages/annotationoutput.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/quanta/messages/annotationoutput.h b/quanta/messages/annotationoutput.h
index 51c08ead..ac87d705 100644
--- a/quanta/messages/annotationoutput.h
+++ b/quanta/messages/annotationoutput.h
@@ -37,13 +37,14 @@ enum AnnotationScope
class AnnotationOutput : public KTabWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AnnotationOutput(TQWidget *parent = 0, const char *name = 0);
+ AnnotationOutput(TQWidget *tqparent = 0, const char *name = 0);
~AnnotationOutput();
MessageOutput *currentFileAnnotations() const {return m_currentFileAnnotations;}
KListView *allAnnotations() const {return m_allAnnotations;}
- void writeAnnotations(const TQString &fileName, const TQMap<uint, QPair<TQString, TQString> > &annotations);
+ void writeAnnotations(const TQString &fileName, const TQMap<uint, TQPair<TQString, TQString> > &annotations);
public slots:
/**
@@ -52,7 +53,7 @@ public slots:
void updateAnnotations();
void readAnnotations();
void clearAnnotations();
- void insertAnnotation(uint line, const TQString& fileName, const QPair<TQString, TQString>& annotation);
+ void insertAnnotation(uint line, const TQString& fileName, const TQPair<TQString, TQString>& annotation);
private slots:
void tabChanged(TQWidget *w);