Compare commits

...

2 Commits

Author SHA1 Message Date
Michele Calgaro df73f42be2
Replace Qt with TQt
1 month ago
Michele Calgaro d5005449c6
Remove unnecessary files
1 month ago

@ -4,7 +4,7 @@
kdirstat
\- KDirStat - Directory statistics.
.SH SYNOPSIS
kdirstat [Qt\-options] [TDE\-options] [Dir/URL]
kdirstat [TQt\-options] [TDE\-options] [Dir/URL]
.SH DESCRIPTION
KDirStat (TDE Directory Statistics) is a small utility program that sums
up disk usage for directory trees, very much like the Unix 'du' command.
@ -24,8 +24,8 @@ Dir/URL Directory or URL to open
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.B \-\-help\-tqt
Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@ -74,7 +74,7 @@ sets the application GUI style
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SS Qt options:
.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
@ -93,7 +93,7 @@ using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
tells TQt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit

@ -1,153 +0,0 @@
[AUTHORS]
dist=true
install=false
install_location=
type=DATA
[COPYING]
dist=true
install=false
install_location=
type=DATA
[ChangeLog]
dist=true
install=false
install_location=
type=DATA
[Config for BinMakefileAm]
bin_program=kdirstat
cxxflags=-O0 -g3 -Wall
ldadd=$(LIB_TDEFILE) -ltdeui -ltdecore $(LIB_TQT)
ldflags=
[General]
AMChanged=false
author=Stefan Hundhammer
configure_args=--with-qt-dir=/usr/lib/qt2 --prefix=/opt/kde2
email=sh@suse.de
kdevprj_version=1.3
lfv_open_groups=
makefiles=Makefile.am,kdirstat/Makefile.am,doc/Makefile.am,doc/en/Makefile.am,po/Makefile.am
project_name=KDirStat
project_type=normal_kde2
sgml_file=/work/home/sh/kde2/kdirstat/doc/en/index.docbook
sub_dir=kdirstat/
version=1.1
version_control=None
workspace=1
[INSTALL]
dist=true
install=false
install_location=
type=DATA
[LFV Groups]
GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS
Headers=*.h,*.hh,*.hxx,*.hpp,*.H
Others=*
Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l
Translations=*.po
B_TDEFILEUser Interface=*.kdevdlg,*.ui,*.rc
groups=Headers,Sources,User Interface,Translations,GNU,Others
[Makefile.am]
files=kdirstat.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,kdirstat.lsm
sub_dirs=kdirstat,po,doc
type=normal
[README]
dist=true
install=false
install_location=
type=DATA
[TODO]
dist=true
install=false
install_location=
type=DATA
[Workspace_1]
browser_file=file:/opt/kde2/share/doc/tde/HTML/default/tdevelop/kde_libref/index.html
cpp_file=/work/home/sh/kde2/kdirstat/kdirstat/kdirstat.cpp
header_file=/work/home/sh/kde2/kdirstat/AUTHORS
openfiles=Untitled.h,Untitled.cpp,/work/home/sh/kde2/kdirstat/kdirstat/kdirstat.h,/work/home/sh/kde2/kdirstat/COPYING,/work/home/sh/kde2/kdirstat/COPYING.LIB,/work/home/sh/kde2/kdirstat/AUTHORS,/work/home/sh/kde2/kdirstat/kdirstat/kdirstat.cpp,/work/home/sh/kde2/kdirstat/kdirstat/kdirtree.cpp
show_outputview=true
show_treeview=true
[doc/Makefile.am]
sub_dirs=en
type=normal
[doc/en/Makefile.am]
files=doc/en/index.docbook
sub_dirs=
type=normal
[doc/en/index.docbook]
dist=true
install=false
install_location=$$(kde_icondir)/locolor/16x16/apps/kdirstat.png
type=DATA
[kdirstat.kdevprj]
dist=true
install=false
install_location=
type=DATA
[kdirstat.lsm]
dist=true
install=false
install_location=
type=DATA
[kdirstat/Makefile.am]
files=kdirstat/main.cpp,kdirstat/kdirstat.cpp,kdirstat/kdirstat.h,kdirstat/kdirstatdoc.cpp,kdirstat/kdirstatdoc.h,kdirstat/kdirstatview.cpp,kdirstat/kdirstatview.h,kdirstat/kdirstatui.rc,kdirstat/kdirstat.desktop,kdirstat/lo32-app-kdirstat.png,kdirstat/lo16-app-kdirstat.png
sub_dirs=
type=prog_main
[kdirstat/kdirstat.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kdirstat/kdirstat.desktop]
dist=true
install=true
install_location=$$(kde_appsdir)/Applications/kdirstat.desktop
type=DATA
[kdirstat/kdirstat.h]
dist=true
install=false
install_location=
type=HEADER
[kdirstat/kdirstatdoc.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kdirstat/kdirstatdoc.h]
dist=true
install=false
install_location=
type=HEADER
[kdirstat/kdirstatui.rc]
dist=true
install=false
install_location=
type=DATA
[kdirstat/kdirstatview.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kdirstat/kdirstatview.h]
dist=true
install=false
install_location=
type=HEADER
[kdirstat/lo16-app-kdirstat.png]
dist=true
install=true
install_location=$$(kde_icondir)/locolor/16x16/apps/kdirstat.png
type=DATA
[kdirstat/lo32-app-kdirstat.png]
dist=true
install=true
install_location=$$(kde_icondir)/locolor/32x32/apps/kdirstat.png
type=DATA
[kdirstat/main.cpp]
dist=true
install=false
install_location=
type=SOURCE
[po/Makefile.am]
sub_dirs=
type=po
Loading…
Cancel
Save