summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/disk
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/monitors/disk')
-rw-r--r--ksim/monitors/disk/CMakeLists.txt5
-rw-r--r--ksim/monitors/disk/disk.desktop101
-rw-r--r--ksim/monitors/disk/ksimdisk.cpp6
-rw-r--r--ksim/monitors/disk/ksimdisk.h4
4 files changed, 8 insertions, 108 deletions
diff --git a/ksim/monitors/disk/CMakeLists.txt b/ksim/monitors/disk/CMakeLists.txt
index b37ca18..ebd30a8 100644
--- a/ksim/monitors/disk/CMakeLists.txt
+++ b/ksim/monitors/disk/CMakeLists.txt
@@ -35,7 +35,8 @@ tde_add_kpart( ksim_disk AUTOMOC
##### other data ################################
-install( FILES disk.desktop
+tde_create_translated_desktop(
+ SOURCE disk.desktop
DESTINATION ${DATA_INSTALL_DIR}/ksim/monitors
+ PO_DIR ksim-desktops
)
-
diff --git a/ksim/monitors/disk/disk.desktop b/ksim/monitors/disk/disk.desktop
index d7a7cfa..1c2d924 100644
--- a/ksim/monitors/disk/disk.desktop
+++ b/ksim/monitors/disk/disk.desktop
@@ -1,106 +1,5 @@
[Desktop Entry]
Comment=Disk Monitor Plugin
-Comment[af]=Disket Monitor Inplak
-Comment[ar]=ملحق مراقبة القرص
-Comment[bg]=Мониторинг на входно-изходите операции с диска
-Comment[bs]=Dodatak za nadzor diska
-Comment[ca]=Monitor de disc
-Comment[cs]=Modul pro monitorování disku
-Comment[cy]=Atodyn Monitro Disg
-Comment[da]=Diskovervågnings-plugin
-Comment[de]=Hilfsprogramm zur Festplattenüberwachung
-Comment[el]=Πρόσθετο εποπτείας δίσκου
-Comment[eo]=Disk-observa kromaĵo
-Comment[es]=Extensión de monitorización de disco
-Comment[et]=Ketta monitooring
-Comment[eu]=Diskoaren Plugin Begiralea
-Comment[fa]=وصلۀ نمایشگر دیسک
-Comment[fi]=Levyntarkkailusovelma
-Comment[fr]=Module de surveillance du disque
-Comment[ga]=Breiseán Monatóireachta Diosca
-Comment[he]=תוסף צג דיסק
-Comment[hi]=डिस्क मॉनीटर प्लगइन
-Comment[hu]=Lemezfigyelő bővítőmodul
-Comment[is]=Disk eftirlitsforrit
-Comment[it]=Plugin di controllo disco
-Comment[ja]=ディスクモニタプラグイン
-Comment[ka]= დისკის მონიტორის მოდული
-Comment[kk]=Дискін бақылау модулі
-Comment[km]=កម្មវិធី​ជំនួយ​នៃ​កម្មវិធី​ត្រួតពិនិត្យ​ថាស
-Comment[lt]=Disko stebėtojo priedas
-Comment[mk]=Приклучок за следење на дискот
-Comment[ms]=Plug masuk Pemerhati Monitor
-Comment[nb]=Programtillegg for diskovervåkning
-Comment[nds]=Fastplaat-Kiekmoduul
-Comment[ne]=डिस्क मोनिटर प्लगइन
-Comment[nl]=Disk monitor-plugin
-Comment[nn]=Programtillegg for diskovervaking
-Comment[pa]=ਡਿਸਕ ਨਿਗਰਾਨ ਪਲੱਗਿੰਨ
-Comment[pl]=Stan dysku
-Comment[pt]='Plugin' de Monitorização do Disco
-Comment[pt_BR]=Plug-in de monitoramento do Disco
-Comment[ro]=Modul monitorizare disc
-Comment[ru]=Монитор дискового пространства
-Comment[sk]=Modul pre monitorovanie disku
-Comment[sl]=Vstavek za opazovanje diska
-Comment[sr]=Прикључак за надгледање диска
-Comment[sr@Latn]=Priključak za nadgledanje diska
-Comment[sv]=Insticksprogram för diskövervakning
-Comment[ta]= வட்டு கண்காணி சொருகுப்பொருள்
-Comment[tg]=Модули Дидабони Диск
-Comment[th]=ปลั๊กอินตรวจการทำงานดิสก์
-Comment[tr]=Disk İzleyici Eklentisi
-Comment[uk]=Втулок датчика диску
-Comment[uz]=Diskni nazorat qilish plagini
-Comment[uz@cyrillic]=Дискни назорат қилиш плагини
-Comment[wa]=Tchôke-divins di corwaitaedje del deure plake
-Comment[xh]=Iplagi efakiweyo ye Monitor Yediski
-Comment[zh_CN]=磁盘监视器插件
-Comment[zh_TW]=磁碟監視器外掛程式
-Comment[zu]=I-plugin Yomlawuli Wediski
Icon=drive-harddisk-mounted
Name=Disk
-Name[af]=Disket
-Name[ar]=قرص
-Name[bg]=Дискове
-Name[br]=Pladenn
-Name[ca]=Disc
-Name[el]=Δίσκος
-Name[eo]=Disko
-Name[es]=Disco
-Name[et]=Ketas
-Name[eu]=Diskoa
-Name[fa]=دیسک
-Name[fi]=Levy
-Name[ga]=Diosca
-Name[he]=דיסק
-Name[hi]=डिस्क
-Name[hu]=Lemez
-Name[is]=Diskur
-Name[it]=Disco
-Name[ja]=ディスク
-Name[kk]=Дискі
-Name[km]=ថាស
-Name[lt]=Diskas
-Name[lv]=Disks
-Name[mk]=Диск
-Name[ms]=Cakera
-Name[nds]=Fastplaat
-Name[ne]=डिस्क
-Name[pa]=ਡਿਸਕ
-Name[pl]=Dysk
-Name[pt]=Disco
-Name[pt_BR]=Disco
-Name[ro]=Disc
-Name[ru]=Диск
-Name[sr]=Диск
-Name[ta]=வட்டு
-Name[tg]=Диск
-Name[th]=ดิสก์
-Name[uk]=Диск
-Name[uz@cyrillic]=Диск
-Name[wa]=Deure plake
-Name[xh]=Idiski
-Name[zh_CN]=磁盘
-Name[zu]=Idiski
X-KSIM-LIBRARY=disk
diff --git a/ksim/monitors/disk/ksimdisk.cpp b/ksim/monitors/disk/ksimdisk.cpp
index d3a3827..fe278b5 100644
--- a/ksim/monitors/disk/ksimdisk.cpp
+++ b/ksim/monitors/disk/ksimdisk.cpp
@@ -126,7 +126,7 @@ DiskView::DiskView(KSim::PluginObject *parent, const char *name)
init();
m_timer = new TQTimer(this);
- connect(m_timer, TQT_SIGNAL(timeout()), TQT_SLOT(updateDisplay()));
+ connect(m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(updateDisplay()));
m_timer->start(DISK_SPEED);
updateDisplay();
}
@@ -491,12 +491,12 @@ DiskConfig::DiskConfig(KSim::PluginObject *parent, const char *name)
m_add = new TQPushButton(this);
m_add->setText(i18n("Add..."));
- connect(m_add, TQT_SIGNAL(clicked()), TQT_SLOT(addItem()));
+ connect(m_add, TQ_SIGNAL(clicked()), TQ_SLOT(addItem()));
layout->addWidget(m_add);
m_remove = new TQPushButton(this);
m_remove->setText(i18n("Remove"));
- connect(m_remove, TQT_SIGNAL(clicked()), TQT_SLOT(removeItem()));
+ connect(m_remove, TQ_SIGNAL(clicked()), TQ_SLOT(removeItem()));
layout->addWidget(m_remove);
m_layout->addLayout(layout);
diff --git a/ksim/monitors/disk/ksimdisk.h b/ksim/monitors/disk/ksimdisk.h
index 3cf62d1..079efbe 100644
--- a/ksim/monitors/disk/ksimdisk.h
+++ b/ksim/monitors/disk/ksimdisk.h
@@ -54,7 +54,7 @@ class DiskPlugin : public KSim::PluginObject
class DiskView : public KSim::PluginView
{
- Q_OBJECT
+ TQ_OBJECT
public:
DiskView(KSim::PluginObject *parent, const char *name);
@@ -131,7 +131,7 @@ class DiskView : public KSim::PluginView
class DiskConfig : public KSim::PluginPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
DiskConfig(KSim::PluginObject *parent, const char *name);