diff options
Diffstat (limited to 'lib/kofficeui/tests')
-rw-r--r-- | lib/kofficeui/tests/coloraction_test.cpp | 2 | ||||
-rw-r--r-- | lib/kofficeui/tests/coloraction_test.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/tests/coloraction_test.cpp b/lib/kofficeui/tests/coloraction_test.cpp index 1ce9f42a..729285bb 100644 --- a/lib/kofficeui/tests/coloraction_test.cpp +++ b/lib/kofficeui/tests/coloraction_test.cpp @@ -34,7 +34,7 @@ #include <time.h> -TopLevel::TopLevel( TQWidget* tqparent, const char* name) : TQMainWindow( tqparent, name ) +TopLevel::TopLevel( TQWidget* parent, const char* name) : TQMainWindow( parent, name ) { setCaption( TQString::tqfromLatin1( "KColorAction test application" ) ); diff --git a/lib/kofficeui/tests/coloraction_test.h b/lib/kofficeui/tests/coloraction_test.h index a2f0f2cf..d0847493 100644 --- a/lib/kofficeui/tests/coloraction_test.h +++ b/lib/kofficeui/tests/coloraction_test.h @@ -30,7 +30,7 @@ class TopLevel : public TQMainWindow Q_OBJECT TQ_OBJECT public: - TopLevel( TQWidget* tqparent = 0, const char* name = 0 ); + TopLevel( TQWidget* parent = 0, const char* name = 0 ); public slots: void insertRandomColor(); |