summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/parsers/autotools/tests/viewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/parsers/autotools/tests/viewer.cpp')
-rw-r--r--buildtools/lib/parsers/autotools/tests/viewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/lib/parsers/autotools/tests/viewer.cpp b/buildtools/lib/parsers/autotools/tests/viewer.cpp
index 293c5817..0625ae11 100644
--- a/buildtools/lib/parsers/autotools/tests/viewer.cpp
+++ b/buildtools/lib/parsers/autotools/tests/viewer.cpp
@@ -34,8 +34,8 @@
using namespace AutoTools;
-Viewer::Viewer(TQWidget *tqparent, const char *name)
- :ViewerBase(tqparent, name)
+Viewer::Viewer(TQWidget *parent, const char *name)
+ :ViewerBase(parent, name)
{
if (TQFile::exists(TQDir::currentDirPath() + "/" + "qtlist"))
{