diff options
Diffstat (limited to 'kregexpeditor/dcbutton.cpp')
-rw-r--r-- | kregexpeditor/dcbutton.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/dcbutton.cpp b/kregexpeditor/dcbutton.cpp index 4d714ca..770b101 100644 --- a/kregexpeditor/dcbutton.cpp +++ b/kregexpeditor/dcbutton.cpp @@ -15,7 +15,7 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. **/ -#ifdef QT_ONLY +#ifdef TQT_ONLY #include "compat.h" #else #include "dcbutton.moc" @@ -23,8 +23,8 @@ #include "dcbutton.h" -DoubleClickButton::DoubleClickButton( TQPixmap pixmap, TQWidget* parent, const char* name ) - : TQToolButton( parent, name ? name : "DoubleClickButton" ) +DoubleClickButton::DoubleClickButton( TQPixmap pixmap, TQWidget* tqparent, const char* name ) + : TQToolButton( tqparent, name ? name : "DoubleClickButton" ) { setPixmap( pixmap ); } |