diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
commit | de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch) | |
tree | dbb3152c372f8620f9290137d461f3d9f9eba1cb /twin/CONFIGURING | |
parent | 936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff) | |
download | tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'twin/CONFIGURING')
-rw-r--r-- | twin/CONFIGURING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/twin/CONFIGURING b/twin/CONFIGURING index 01b6696a5..071f9d6dc 100644 --- a/twin/CONFIGURING +++ b/twin/CONFIGURING @@ -48,7 +48,7 @@ these steps: (e.g. foobar_fix_maxsize in this example case) - Be careful with manual modifications of the file, especially make sure the count= field in the [General] group is updated if needed -- Create a file for kconfig_update like this (named twin_foobar_fix_maxsize.upd +- Create a file for tdeconfig_update like this (named twin_foobar_fix_maxsize.upd in this example): # twin_foobar_fix_maxsize.upd start # @@ -61,8 +61,8 @@ Script=twin_update_default_rules # twin_foobar_fix_maxsize.upd end # -- The kconfig_file (twin_foobar_fix_maxsize.upd) is to be placed - in $TDEDIR/share/apps/kconf_update/ +- The tdeconfig_file (twin_foobar_fix_maxsize.upd) is to be placed + in $TDEDIR/share/apps/tdeconf_update/ - The file with the window-specific settings (foobar_fix_maxsize) is to be placed in $TDEDIR/share/apps/twin/default_rules/ |