diff options
author | Timothy Pearson <[email protected]> | 2012-02-12 14:07:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-12 14:07:57 -0600 |
commit | a7be1fc646945b3cfe55c6880a3816f00fb12356 (patch) | |
tree | 9db8a205b238229b666e037eeb0e287df2917256 | |
parent | 181aa1e424b85f5b9d5644413aecfe8a8ad291df (diff) | |
download | amarok-a7be1fc646945b3cfe55c6880a3816f00fb12356.tar.gz amarok-a7be1fc646945b3cfe55c6880a3816f00fb12356.zip |
Fix up desktop file type specifiers for tqt3
-rw-r--r-- | amarok/src/amarok_codecinstall.desktop | 6 | ||||
-rw-r--r-- | amarok/src/amarok_plugin.desktop | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/amarok/src/amarok_codecinstall.desktop b/amarok/src/amarok_codecinstall.desktop index aa7c2167..202054d6 100644 --- a/amarok/src/amarok_codecinstall.desktop +++ b/amarok/src/amarok_codecinstall.desktop @@ -5,11 +5,11 @@ X-KDE-ServiceType=Amarok/CodecInstall # The unplayable codec [PropertyDef::X-KDE-Amarok-codec] -Type=QString +Type=TQString [PropertyDef::X-KDE-Amarok-engine] -Type=QString +Type=TQString # If true, Amarok will show a warning dialog about the experimental nature of this plugin. [PropertyDef::Exec] -Type=QString +Type=TQString diff --git a/amarok/src/amarok_plugin.desktop b/amarok/src/amarok_plugin.desktop index 7924352d..09bf73ec 100644 --- a/amarok/src/amarok_plugin.desktop +++ b/amarok/src/amarok_plugin.desktop @@ -54,19 +54,19 @@ Comment[zh_TW]=amaroK 插件 # Type of plugin, e.g. "engine". [PropertyDef::X-KDE-Amarok-plugintype] -Type=QString +Type=TQString # Internal name for identification, not translated. [PropertyDef::X-KDE-Amarok-name] -Type=QString +Type=TQString # List of authors. [PropertyDef::X-KDE-Amarok-authors] -Type=QStringList +Type=TQStringList # List of author's email addresses. [PropertyDef::X-KDE-Amarok-email] -Type=QStringList +Type=TQStringList # Priority of the plugin. When KTrader returns multiple offers, the one with the highest rank is chosen. # Range: 0 (disabled) - 255 (highest) |