diff options
Diffstat (limited to 'ktip')
-rw-r--r-- | ktip/ktipwindow.cpp | 14 | ||||
-rw-r--r-- | ktip/tips | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/ktip/ktipwindow.cpp b/ktip/ktipwindow.cpp index 0240b3d1b..93e976b69 100644 --- a/ktip/ktipwindow.cpp +++ b/ktip/ktipwindow.cpp @@ -23,9 +23,9 @@ #include <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ktip.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <twin.h> #include <stdlib.h> @@ -37,23 +37,23 @@ int main(int argc, char *argv[]) "0.3", description, TDEAboutData::License_GPL, "(c) 1998-2002, KDE Developers"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - if (!KUniqueApplication::start()) + if (!TDEUniqueApplication::start()) exit(-1); - KUniqueApplication app; + TDEUniqueApplication app; KTipDialog *tipDialog = new KTipDialog(new KTipDatabase(locate("data", TQString("tdewizard/tips")))); TQ_CHECK_PTR(tipDialog); -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 KWin::setState(tipDialog->winId(), NET::StaysOnTop); #endif tipDialog->setCaption(i18n("Useful Tips")); app.dcopClient()->send("ksplash", "ksplash", "close()", TQByteArray()); // Close splash screen tipDialog->show(); - TQObject::connect(tqApp, TQT_SIGNAL(lastWindowClosed()), tqApp, TQT_SLOT(quit())); + TQObject::connect(tqApp, TQ_SIGNAL(lastWindowClosed()), tqApp, TQ_SLOT(quit())); app.setMainWidget(tipDialog); @@ -1006,6 +1006,8 @@ or in Konqueror file manager to change icon size.</li> <li>Shift+Mouse-Wheel for fast scrolling in all TDE applications.</li> +<li>Mouse-Wheel on the speaker icon on the TDE system tray for quick adjustment of sound volume.</li> + <li>Mouse-Wheel over the taskbar in Kicker to quickly alternate between different windows.</li> @@ -1117,11 +1119,13 @@ Open the Control Center, select Peripherals->Keyboard and make your <p>Do you already know the <i>TDE IRC channel</i>?</p> <p> -<b>network:</b> chat.freenode.net +<b>network:</b> irc.libera.chat <br /> <b>channel:</b> #trinity-desktop <p> +<p>Important to note that we have moved from Freenode to Libera Chat as of <b>May 9th, 2021</b>, so be sure to update any outdated links.</p> + <p>You can join if you have some questions or want to meet some other people from the TDE community.</p> <p>There is a small but friendly group of people always there. Sometimes you can also meet the developers there and give them your feedback or ask other users for help. It is also the place where you can ask about ways to start contributing to TDE.</p> |