diff options
Diffstat (limited to 'kommander/editor/listvieweditorimpl.h')
-rw-r--r-- | kommander/editor/listvieweditorimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/listvieweditorimpl.h b/kommander/editor/listvieweditorimpl.h index 15aecaf8..f870c08b 100644 --- a/kommander/editor/listvieweditorimpl.h +++ b/kommander/editor/listvieweditorimpl.h @@ -31,7 +31,7 @@ class FormWindow; class ListViewEditor : public ListViewEditorBase { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ private: TQPixmap pixmap; bool clickable, resizable; #if defined(TQ_FULL_TEMPLATE_INSTANTIATION) - bool operator==( const Column& ) const { return FALSE; } + bool operator==( const Column& ) const { return false; } #endif }; |