summaryrefslogtreecommitdiffstats
path: root/adept/libadept/sourceseditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/libadept/sourceseditor.h')
-rw-r--r--adept/libadept/sourceseditor.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/adept/libadept/sourceseditor.h b/adept/libadept/sourceseditor.h
index 32b474f..780b40c 100644
--- a/adept/libadept/sourceseditor.h
+++ b/adept/libadept/sourceseditor.h
@@ -14,13 +14,14 @@ using namespace aptFront;
class SourcesEditor : public SourcesEditorUi
{
Q_OBJECT
+ TQ_OBJECT
public:
- SourcesEditor( std::string f, QWidget *p = 0, const char *n = 0 );
+ SourcesEditor( std::string f, TQWidget *p = 0, const char *n = 0 );
public slots:
void save();
void reset();
protected slots:
- void contextMenu( QListViewItem *, const QPoint & );
+ void contextMenu( TQListViewItem *, const TQPoint & );
void contextMenuActivated( int );
void newAdd();
signals:
@@ -52,10 +53,10 @@ public:
setRenameEnabled( 2, true );
setRenameEnabled( 3, true );
}
- QString text( int c ) const;
- void setText( int c, const QString &s );
- virtual void paintCell (QPainter *p, const QColorGroup &cg,
- int column, int width, int alignment);
+ TQString text( int c ) const;
+ void setText( int c, const TQString &s );
+ virtual void paintCell (TQPainter *p, const TQColorGroup &cg,
+ int column, int width, int tqalignment);
protected:
Sources::Entry m_entry;
};