diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:26:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:49:18 +0900 |
commit | 2fe8b1b92fa2a9b93fea0ed0cb62802237b82e8d (patch) | |
tree | 50b6e05734cd5c0f642eeac4e841539db25f113b /tdemid | |
parent | 6f9d8ae25c3ff607e0e07315884c967dd0bca901 (diff) | |
download | tdemultimedia-2fe8b1b92fa2a9b93fea0ed0cb62802237b82e8d.tar.gz tdemultimedia-2fe8b1b92fa2a9b93fea0ed0cb62802237b82e8d.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fce86b22a2367f1be1f9aae5e1ba3d18d1371b74)
Diffstat (limited to 'tdemid')
-rw-r--r-- | tdemid/README | 6 | ||||
-rw-r--r-- | tdemid/slman.cpp | 2 | ||||
-rw-r--r-- | tdemid/songlist.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tdemid/README b/tdemid/README index c391c24c..a9b806d8 100644 --- a/tdemid/README +++ b/tdemid/README @@ -64,7 +64,7 @@ Index and do a 'make' . Simple , isn't it ? By default it will use the external midi device, if you want to use another - one (fm, awe, or anything else), edit the file main.cc and change the value + one (fm, awe, or anything else), edit the file main.cpp and change the value of DEFAULT_DEVICE to the one you want, or specify the -d option as in : consoletdemid -d 1 mymidifile.mid @@ -73,7 +73,7 @@ Index ----------------- No installing of consoleKMid is actually done, just copy the consoleKMid file yourself to where you want (usually /usr/local/bin ). To use the fm device, - you should specify in fmout.cc the path to where the fm patches are installed + you should specify in fmout.cpp the path to where the fm patches are installed ( /etc by default) 5. Running @@ -92,7 +92,7 @@ Index consoletdemid -M /opt/kde/share/apps/tdemid/maps/YamahaPSS790.map mymidifile - You can also edit main.cc in the player directory and change the value of + You can also edit main.cpp in the player directory and change the value of DEFAULT_MAP to whatever you want, so that you don't need to specify the -M option each time you run consoletdemid. diff --git a/tdemid/slman.cpp b/tdemid/slman.cpp index ca441850..7f63368b 100644 --- a/tdemid/slman.cpp +++ b/tdemid/slman.cpp @@ -1,6 +1,6 @@ /************************************************************************** - slman.cc - SongList Manager, which holds a set of collections (SongLists) + slman.cpp - SongList Manager, which holds a set of collections (SongLists) Copyright (C) 1997,98 Antonio Larrosa Jimenez This program is free software; you can redistribute it and/or modify diff --git a/tdemid/songlist.cpp b/tdemid/songlist.cpp index cc2572d8..01a03a94 100644 --- a/tdemid/songlist.cpp +++ b/tdemid/songlist.cpp @@ -1,6 +1,6 @@ /************************************************************************** - songlist.cc - class SongList, which holds a list of songs (collection) + songlist.cpp - class SongList, which holds a list of songs (collection) Copyright (C) 1997,98 Antonio Larrosa Jimenez This program is free software; you can redistribute it and/or modify |