diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:50 -0600 |
commit | 3420c0cfed2a15b298f4b878e19e6104afb8d4b1 (patch) | |
tree | b14b52218d4673e43027e69fd24398b5eade1e19 /tqt | |
parent | 0683a2b517140969cdf0617600dc7efad2f1a325 (diff) | |
download | kgtk-qt3-3420c0cfed2a15b298f4b878e19e6104afb8d4b1.tar.gz kgtk-qt3-3420c0cfed2a15b298f4b878e19e6104afb8d4b1.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'tqt')
-rw-r--r-- | tqt/kqt3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt/kqt3.cpp b/tqt/kqt3.cpp index 962f72a..80a9b0d 100644 --- a/tqt/kqt3.cpp +++ b/tqt/kqt3.cpp @@ -397,7 +397,7 @@ static bool sendMessage(TQWidget *parent, Operation op, TQStringList &res, TQStr if(connectToKDialogD(getAppName())) { char o=(char)op; - int xid=parent ? parent->tqtopLevelWidget()->winId() : tqApp->activeWindow()->winId(); + int xid=parent ? parent->topLevelWidget()->winId() : tqApp->activeWindow()->winId(); if(writeBlock(kdialogdSocket, &o, 1) && writeBlock(kdialogdSocket, (char *)&xid, 4) && |