diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | cee3e820d889e03e7f9704af40436eef3dab6c71 (patch) | |
tree | cf514a4de329cbc8521e2b617d4ac4f45b710672 /knewsticker-scripts/stock.pl | |
parent | 89761f7206a1d363dad8e5759184b0af8077ead5 (diff) | |
download | tdeaddons-cee3e820d889e03e7f9704af40436eef3dab6c71.tar.gz tdeaddons-cee3e820d889e03e7f9704af40436eef3dab6c71.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knewsticker-scripts/stock.pl')
-rwxr-xr-x | knewsticker-scripts/stock.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker-scripts/stock.pl b/knewsticker-scripts/stock.pl index 6c8fe05..9e07adf 100755 --- a/knewsticker-scripts/stock.pl +++ b/knewsticker-scripts/stock.pl @@ -60,7 +60,7 @@ # Please set your stock symbols and the ticker you wish to retrieve them from # as follows: # Locate the Variable that is named 'my @tickers' -# within the tqparenthesis put as the FIRST values you ticker, for example yahoo +# within the parenthesis put as the FIRST values you ticker, for example yahoo # or yahoo_europe or any of the others mentioned above # any subsequent value seperated by a whitespace is a ticker symbol # such as MSFT or IBM or LNUX @@ -74,7 +74,7 @@ use POSIX qw(strftime); # encouraged, that you only use this when you have 1 stock symbol and not more. my $verbose = 0; -#Make sure you set the first value within the tqparenthesis to match the ticker +#Make sure you set the first value within the parenthesis to match the ticker #you wish to retrieve data from, such as yahoo or yahoo_europe. Each following #entry, seperated by a whitespace, represnts a stock symbol to the script my @tickers = qw(yahoo_europe IBM MSFT LNUX); |