summaryrefslogtreecommitdiffstats
path: root/kpackage/slackInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/slackInterface.cpp')
-rw-r--r--kpackage/slackInterface.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/kpackage/slackInterface.cpp b/kpackage/slackInterface.cpp
index 84e07a6..b5841b5 100644
--- a/kpackage/slackInterface.cpp
+++ b/kpackage/slackInterface.cpp
@@ -72,7 +72,7 @@ SLACK::SLACK():pkgInterface()
updated_pict = UserIcon("supdated");
new_pict = UserIcon("snew");
- packagePattern = "*.tgz *.tar.gz";
+ packagePattern = "*.tgz *.tar.gz *.txz";
typeID = "/slack";
locatedialog = 0;
@@ -82,18 +82,18 @@ SLACK::SLACK():pkgInterface()
locatedialog = new Locations(i18n("Location of Slackware Package Archives"));
locatedialog->pLocations(1, 1, this, i18n("Install location", "I"),
- "Slackware", "*.TXT *.txt *.tgz *.tar.gz",
+ "Slackware", "*.TXT *.txt *.tgz *.tar.gz *.txz",
i18n("Location of a 'PACKAGES.TXT' File for Extended Information"));
locatedialog->pLocations(4, 1, this, i18n("Packages file", "P"),
- "Slackware", "*.tgz *.tar.gz",
+ "Slackware", "*.tgz *.tar.gz *.txz",
i18n("Location of 'PACKAGES.TXT' File for Slackware Distribution"),
i18n("Location of Base Folder of Slackware Distribution"));
locatedialog->dLocations(2, 6, this, i18n("Folders", "F"),
- "Slackware", "*.tgz *.tar.gz",
+ "Slackware", "*.tgz *.tar.gz *.txz",
i18n("Location of Folders Containing Slackware Packages"));
- connect(locatedialog,TQT_SIGNAL(returnVal(LcacheObj *)),
- this,TQT_SLOT(setAvail(LcacheObj *)));
+ connect(locatedialog,TQ_SIGNAL(returnVal(LcacheObj *)),
+ this,TQ_SLOT(setAvail(LcacheObj *)));
locatedialog->apply_slot();
paramsInst.append(new param(i18n("Test (do not install)"),FALSE,FALSE,"-warn"));
@@ -122,13 +122,14 @@ void SLACK::initTranslate()
trl->insert("e",new TQString(i18n("GNU EMacs")));
trl->insert("f",new TQString(i18n("FAQs")));
trl->insert("k",new TQString(i18n("Kernel Source")));
+ trl->insert("kde",new TQString(i18n("KDE")));
+ trl->insert("l",new TQString(i18n("Libraries")));
trl->insert("n",new TQString(i18n("Networking")));
trl->insert("t",new TQString(i18n("TeX Distribution")));
trl->insert("tcl",new TQString(i18n("TCL Script Language")));
trl->insert("x",new TQString(i18n("X Window System")));
trl->insert("xap",new TQString(i18n("X Applications")));
- trl->insert("xd",new TQString(i18n("X Development Tools")));
- trl->insert("xv",new TQString(i18n("XView and OpenLook")));
+ trl->insert("xfce",new TQString(i18n("Xfce")));
trl->insert("y",new TQString(i18n("Games")));
}