diff options
author | Timothy Pearson <[email protected]> | 2012-08-30 12:57:49 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-08-30 12:57:49 -0500 |
commit | 1d86a2adb82a0c0c1b98e5196a3e6bbda0e46287 (patch) | |
tree | 51bb543c0b9195690652ec15f95d9a8227891cc0 /knetworkmanager-0.9/src/traycomponent.h | |
parent | bf231a0d0362758f167da389222e271acb2ebd90 (diff) | |
download | tdenetworkmanager-1d86a2adb82a0c0c1b98e5196a3e6bbda0e46287.tar.gz tdenetworkmanager-1d86a2adb82a0c0c1b98e5196a3e6bbda0e46287.zip |
Move directory to new location
Diffstat (limited to 'knetworkmanager-0.9/src/traycomponent.h')
-rw-r--r-- | knetworkmanager-0.9/src/traycomponent.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/knetworkmanager-0.9/src/traycomponent.h b/knetworkmanager-0.9/src/traycomponent.h deleted file mode 100644 index 4128f11..0000000 --- a/knetworkmanager-0.9/src/traycomponent.h +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright 2008 Helmut Schaa <[email protected]>, <[email protected]> - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of -the License or (at your option) version 3 or any later version -accepted by the membership of KDE e.V. (or its successor approved -by the membership of KDE e.V.), which shall act as a proxy -defined in Section 14 of version 3 of the license. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#ifndef TRAY_COMPONENT_H -#define TRAY_COMPONENT_H - -#include <NetworkManager.h> - -#include <tqmap.h> -#include <tqmovie.h> -#include <tqobject.h> -#include <tqpixmap.h> - -class KPopupMenu; -class KSystemTray; - -class TrayComponent : public TQObject -{ -Q_OBJECT - -public: - TrayComponent(KSystemTray * parent, const char * name ); - virtual ~TrayComponent(); - virtual void addMenuItems(KPopupMenu* menu) = 0; - KSystemTray * tray() const;; - virtual TQStringList getToolTipText(); -signals: - void uiUpdated(); -private: - KSystemTray * m_tray; -}; -#endif // TRAY_COMPONENT_H |