diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:04:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:04:56 -0600 |
commit | 6a276f026d00bc85787866f3cdee327c1a0fc9b7 (patch) | |
tree | b4842d134ad1fb750e4002f9e1b54c4c29a6f048 | |
parent | 3431ac7ef510aa8b8240723926b3a7ab06097938 (diff) | |
download | kaffeine-6a276f026d00bc85787866f3cdee327c1a0fc9b7.tar.gz kaffeine-6a276f026d00bc85787866f3cdee327c1a0fc9b7.zip |
Rename additional global functions and variables for tqt3
-rw-r--r-- | kaffeine/src/kaffeine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaffeine/src/kaffeine.cpp b/kaffeine/src/kaffeine.cpp index 10bd4be..2294956 100644 --- a/kaffeine/src/kaffeine.cpp +++ b/kaffeine/src/kaffeine.cpp @@ -1001,7 +1001,7 @@ void Kaffeine::slotSleepAfterPlayMenu() m_quitAfterPlay->setChecked(false); //Keep from checking both quits #ifdef HAVE_DPMS - Display *dspl = qt_xdisplay(); + Display *dspl = tqt_xdisplay(); int base; bool hasDPMS = DPMSQueryExtension(dspl, &base, &base); if (!hasDPMS) // Check Xserver for DPMS @@ -1022,7 +1022,7 @@ void Kaffeine::slotSleepAfterPlayMenu() void Kaffeine::slotSleepAfterPlay() { #ifdef HAVE_DPMS - Display *dspl = qt_xdisplay(); + Display *dspl = tqt_xdisplay(); CARD16 standby; CARD16 suspend; CARD16 off; |