diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-27 06:09:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-27 06:09:06 +0000 |
commit | 8cc8a98b4054dfdd64cf784cdf52450c9a2c7c50 (patch) | |
tree | 769a73dd012cb7560ec195c87f50e1a8b58d9cb9 /kicker | |
parent | 28da872b36ac166c3cef1decb94a3774197fc714 (diff) | |
download | tdebase-8cc8a98b4054dfdd64cf784cdf52450c9a2c7c50.tar.gz tdebase-8cc8a98b4054dfdd64cf784cdf52450c9a2c7c50.zip |
Revert r1180115; the bugfix did not work as intended
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180136 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/Makefile.am | 5 | ||||
-rw-r--r-- | kicker/kicker/kshowdesktop.cpp | 33 |
2 files changed, 1 insertions, 37 deletions
diff --git a/kicker/kicker/Makefile.am b/kicker/kicker/Makefile.am index 4c6b1a981..9a89a0ac0 100644 --- a/kicker/kicker/Makefile.am +++ b/kicker/kicker/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = $(all_includes) # SUBDIRS = core interfaces ui buttons plugins . SUBDIRS = core interfaces ui buttons . -bin_PROGRAMS = kshowdesktop +bin_PROGRAMS = lib_LTLIBRARIES = kdeinit_LTLIBRARIES = kicker.la @@ -15,9 +15,6 @@ kicker_la_LIBADD = core/libkicker_core.la buttons/libkicker_buttons.la \ kicker_la_SOURCES = dummy.cpp kicker_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -kshowdesktop_SOURCES = kshowdesktop.cpp -kshowdesktop_LDFLAGS = $(all_libraries) $(kicker_la_LIBADD) - autostart_DATA = panel.desktop autostartdir = $(datadir)/autostart diff --git a/kicker/kicker/kshowdesktop.cpp b/kicker/kicker/kshowdesktop.cpp deleted file mode 100644 index af5958de4..000000000 --- a/kicker/kicker/kshowdesktop.cpp +++ /dev/null @@ -1,33 +0,0 @@ -/***************************************************************** - -Copyright (c) 2010 Timothy Pearson - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -******************************************************************/ - -#include <tqobject.h> - -#include "core/showdesktop.h" - -int main() -{ - bool isDesktopShown; - isDesktopShown = ShowDesktop::the()->desktopShowing(); - ShowDesktop::the()->showDesktop(!isDesktopShown); -}
\ No newline at end of file |