diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:15:51 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 12:22:48 +0900 |
| commit | c5d77586845f1afdb3869941ed4612de6be566a0 (patch) | |
| tree | f0fd879959ef68abe19bc21e9f2e58ed04e9b55a /src/kmplayerconfig.h | |
| parent | 2debdf218d21f3e2efc518481f0aea57a46b6539 (diff) | |
| download | kmplayer-c5d77586.tar.gz kmplayer-c5d77586.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22a46b7525fb4db31bdd603c7a18a9204144ef0f)
Diffstat (limited to 'src/kmplayerconfig.h')
| -rw-r--r-- | src/kmplayerconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayerconfig.h b/src/kmplayerconfig.h index b4b21fc..55c7244 100644 --- a/src/kmplayerconfig.h +++ b/src/kmplayerconfig.h @@ -99,7 +99,7 @@ class KMPLAYER_EXPORT Settings : public TQObject { public: Settings (PartBase *, TDEConfig * part); ~Settings (); - bool createDialog () KDE_NO_EXPORT; + bool createDialog () TDE_NO_EXPORT; void show (const char * pagename = 0L); void addPage (PreferencesPage *); void removePage (PreferencesPage *); @@ -189,7 +189,7 @@ public: signals: void configChanged (); public slots: - void readConfig () KDE_NO_EXPORT; + void readConfig () TDE_NO_EXPORT; void writeConfig (); private slots: void okPressed (); |
