summaryrefslogtreecommitdiffstats
path: root/src/app/kipiinterface.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-07 17:17:09 +0900
committerMichele Calgaro <[email protected]>2023-12-07 17:17:09 +0900
commit831670cd1aa76b314b447cfa2d9c71603cbbf43e (patch)
tree5616a5ded1d1be90db68f1dbd14091c8a9d57386 /src/app/kipiinterface.cpp
parent9e6e0ff97a1c51067ef5144cde7dc30031c2ac3a (diff)
downloadgwenview-831670cd1aa76b314b447cfa2d9c71603cbbf43e.tar.gz
gwenview-831670cd1aa76b314b447cfa2d9c71603cbbf43e.zip
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/app/kipiinterface.cpp')
-rw-r--r--src/app/kipiinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/kipiinterface.cpp b/src/app/kipiinterface.cpp
index e16b0ad..8c8bab3 100644
--- a/src/app/kipiinterface.cpp
+++ b/src/app/kipiinterface.cpp
@@ -119,7 +119,7 @@ struct KIPIInterfacePrivate {
KIPIInterface::KIPIInterface( TQWidget* parent, FileViewController* fileView)
-:KIPI::Interface(TQT_TQOBJECT(parent), "Gwenview kipi interface") {
+:KIPI::Interface(parent, "Gwenview kipi interface") {
d=new KIPIInterfacePrivate;
d->mFileView=fileView;