summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/kgverify.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-03 00:48:02 +0900
committerMichele Calgaro <[email protected]>2023-12-05 11:59:10 +0900
commit1390bece9a81780610a9aee6f7d543f72bf57d1a (patch)
tree2fd0b99061d4121dc8405c36ded3718dd2fe4420 /tdm/kfrontend/kgverify.h
parenta1cbb16badbaa5cab1e96e8665a74cf0229b95d7 (diff)
downloadtdebase-1390bece9a81780610a9aee6f7d543f72bf57d1a.tar.gz
tdebase-1390bece9a81780610a9aee6f7d543f72bf57d1a.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdm/kfrontend/kgverify.h')
-rw-r--r--tdm/kfrontend/kgverify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/kgverify.h b/tdm/kfrontend/kgverify.h
index fef509d17..405fa35ba 100644
--- a/tdm/kfrontend/kgverify.h
+++ b/tdm/kfrontend/kgverify.h
@@ -200,7 +200,7 @@ class KGStdVerify : public KGVerify {
const PluginList &pluginList,
KGreeterPlugin::Function func, KGreeterPlugin::Context ctx );
virtual ~KGStdVerify();
- TQLayout *getLayout() const { return TQT_TQLAYOUT(grid); }
+ TQLayout *getLayout() const { return grid; }
void selectPlugin( int id );
protected: