summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/main.cpp
authordrw <drw>2003-01-19 21:10:00 (UTC)
committer drw <drw>2003-01-19 21:10:00 (UTC)
commit49786b34a40d0e2ba6dd5c77acddf1c38758b89c (patch) (unidiff)
tree3cb1c1c1593d17256910fb57111b19a87898ae74 /noncore/settings/aqpkg/main.cpp
parentae272396cec6ca6bcfbee0d59b7948b7fe908238 (diff)
downloadopie-49786b34a40d0e2ba6dd5c77acddf1c38758b89c.zip
opie-49786b34a40d0e2ba6dd5c77acddf1c38758b89c.tar.gz
opie-49786b34a40d0e2ba6dd5c77acddf1c38758b89c.tar.bz2
Updates to main package list, icons for installed/updated packages, QWhatsThis and a couple other tweaks
Diffstat (limited to 'noncore/settings/aqpkg/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/main.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/noncore/settings/aqpkg/main.cpp b/noncore/settings/aqpkg/main.cpp
index 53c392e..15ef9d6 100644
--- a/noncore/settings/aqpkg/main.cpp
+++ b/noncore/settings/aqpkg/main.cpp
@@ -17,5 +17,2 @@
17 17
18#include <iostream>
19using namespace std;
20
21#ifdef QWS 18#ifdef QWS
@@ -37,3 +34,3 @@ int main(int argc, char *argv[])
37{ 34{
38 cout << "Root dir = " << ROOT << endl; 35// cout << "Root dir = " << ROOT << endl;
39#ifdef QWS 36#ifdef QWS
@@ -46,3 +43,3 @@ int main(int argc, char *argv[])
46 // Disable suspend mode 43 // Disable suspend mode
47 cout << "Disabling suspend mode" << endl; 44// cout << "Disabling suspend mode" << endl;
48 QCopEnvelope( "QPE/System", "setScreenSaverMode(int)" ) << QPEApplication::DisableSuspend; 45 QCopEnvelope( "QPE/System", "setScreenSaverMode(int)" ) << QPEApplication::DisableSuspend;
@@ -58,3 +55,3 @@ int main(int argc, char *argv[])
58 // Reenable suspend mode 55 // Reenable suspend mode
59 cout << "Enabling suspend mode" << endl; 56// cout << "Enabling suspend mode" << endl;
60 QCopEnvelope( "QPE/System", "setScreenSaverMode(int)" ) << QPEApplication::Enable; 57 QCopEnvelope( "QPE/System", "setScreenSaverMode(int)" ) << QPEApplication::Enable;