diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:16:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:16:16 -0600 |
commit | c2ff0b2158a151e4bfdccdf5dd96a22c5ddd95b6 (patch) | |
tree | b1fe5fed45628a2211f61b95296de96437a049e8 /kalarm/functions.cpp | |
parent | 17e2ed52dbf8fac39a04331da02b9572e9e2e304 (diff) | |
download | tdepim-c2ff0b2158a151e4bfdccdf5dd96a22c5ddd95b6.tar.gz tdepim-c2ff0b2158a151e4bfdccdf5dd96a22c5ddd95b6.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'kalarm/functions.cpp')
-rw-r--r-- | kalarm/functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/functions.cpp b/kalarm/functions.cpp index 0221ea86b..e1e897e37 100644 --- a/kalarm/functions.cpp +++ b/kalarm/functions.cpp @@ -1074,7 +1074,7 @@ bool runKOrganizer() void x11_cancelScreenSaver() { kdDebug(5950) << "KAlarm::cancelScreenSaver()" << endl; - Display* display = qt_xdisplay(); + Display* display = tqt_xdisplay(); static int XTestKeyCode = 0; if (!XTestKeyCode) XTestKeyCode = XKeysymToKeycode(display, XK_Shift_L); |